/* 第一张轮播图 */
.custom.banner1-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("http://qiniu.dierquxian.com/202407161721110814173073.jpeg");
    background-size: cover;
}

.custom.banner1-text.title {
    font-size: 3rem;
    font-weight: bold;
    color: #A36600;
}

.custom.banner1-text.subtitle {
    font-size: 1.2rem;
    color: #666;
}

.custom.banner2-text {
    bottom: 50%;
}

.custom.banner2-text .title {
    font-size: 2rem;
    text-align: left;
    color: #FFF;
}

.custom.banner2-text .subtitle {
    font-size: 1rem;
    text-align: left;
    color: #999;
}

.custom.banner3-text {
    top: 35%;
}

.custom.banner3-text .title {
    margin-top: 40%;
    color: #fff;
}

.custom.banner3-text .title .cn {
    font-size: 2rem;
}

.custom.banner3-text .title .en {
    margin-top: 1rem;
    font-size: 1.24rem;
}

.custom.auto-width-img img {
    display: block;
    max-width: 100%;
    height: auto
}

/* PC 尺寸 */
@media (min-width: 1200px) {

    .custom.banner1-text.title {
        font-size: 6rem;
    }

    .custom.banner1-text.subtitle {
        font-size: 1.64rem;
    }

    .custom.banner2-text .title {
        font-size: 3rem;
    }

    .custom.banner2-text .subtitle {
        font-size: 1.44rem;
    }

    .custom.banner3-text .title .cn {
        font-size: 4rem;
    }

}